home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
asm
/
snma
/
Examples
/
test.asm
< prev
next >
Wrap
Assembly Source File
|
1995-10-08
|
277b
|
12 lines
* This little example is used to demonstrate global tables of snma.
* If you have addgb'd gbtest.i succesfully, this file should assemble
* just fine with the following command:
* ->rx ShellAsm a.asm
*
* See documents for full explanation.
move.l #NUMBER,d0
HOO d0,d1
rts